User:Outofspace/Shape Scripts

From Legacy Roblox Wiki
Revision as of 02:46, 15 December 2008 by >Outofspace (New page: Me phailing to be Minraker. Here's the evidence: == Red Wall of Lag == <pre> x = 1 y = 1 z = 1 for i = 1, 196 do xx = x +4 ^ 2 / 3 ^3 / 8 x = xx yy = y +4 ^ 2 / 3 y = yy zz = z +4 ^ 2...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Me phailing to be Minraker. Here's the evidence:

Red Wall of Lag

x = 1
y = 1
z = 1

for i = 1, 196 do

xx = x +4 ^ 2 / 3 ^3 / 8
x = xx

yy = y +4 ^ 2 / 3
y = yy

zz = z +4 ^ 2 / 3 ^ 3 / 8
z =zz

p = Instance.new("Part")
p.Parent = game.Workspace
p.Size = Vector3.new(1,1,1)
p.Position = Vector3.new(x,1.8,z)
p.Anchored = true
p.Color = Color3.new(1)
wait(0.05)
end