User:Buckethead101: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Buckethead101
>JulienDethurens
Nominated for deletion.
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== My Tutorial is On! ==
{{delete}}
I guess I won't be neeeding it on my user page anymore.
 
=== Speaking of My Tutorial... ===
[http://wiki.roblox.com/index.php/How_to_make_precipitation Here's] a link to it.
 
 
 
== Make Meh Happy ==
Go to my [http://www.roblox.com/Item.aspx?ID=2545464 Destuction Derby place.]
 
Well, actually, go to  [http://www.roblox.com/User.aspx?ID=491230 any of my places.]
 
== Lolwut ==
 
My first Yu-Gi-Oh card!
 
 
[[Image:Shoop_Da_Whoop_Yu-Gi-Oh_Card.PNG]]
 
== Cool Design ==
After messing around with one of [http://wiki.roblox.com/index.php/User:Mindraker/Mathematical#Hypotrochoids Mindraker's scripts] for a while, I came up with this:
 
[[Image:Formula.png|thumb|This is what I got from messing around with Mindraker's script.]]
 
<pre>for i = 0,1000, 1 do
 
R=12
r=7
d=17
x=((R-r)*math.cos(i))+d*math.cos(((R-r)/r)*i)
y=((R-r)*math.sin(i))-d*math.sin(((R-r)/r)*i)
 
p = Instance.new("Part")
p.CFrame = CFrame.new(Vector3.new(5*x, 5*y, 5))
p.Size = Vector3.new(7,7,7)
p.Anchored = true
p.BottomSurface = "Smooth"
p.TopSurface = "Smooth"
p.Parent = game.Workspace
p.BrickColor = BrickColor.new(26)
 
end </pre>
 
== User Subpages ==
 
[[User:Buckethead101/Terrain_Generators]]
 
[[User:Buckethead101/Tools_and_HopperBins]]

Latest revision as of 22:54, 5 May 2012

This page has been nominated for deletion