xina

Run Settings
LanguageLua
Language Version
Run Command
while true do y = Instance.new("Part") y.Parent = game.Workspace y.Position = Vector3.new(0,1000,0) y.Size = Vector3.new(10,10,10) x = Instance.new("Decal") x.Texture = "http://www.roblox.com/asset/?id=8263714965" x.Face = "Front" x.Parent = y z = Instance.new("Decal") z.Texture = "http://www.roblox.com/asset/?id=8263714965" z.Face = "Back" z.Parent = y w = Instance.new("Decal") w.Texture = "http://www.roblox.com/asset/?id=8263714965" w.Face = "Bottom" w.Parent = y v = Instance.new("Decal") v.Texture = "http://www.roblox.com/asset/?id=8263714965" v.Face = "Top" v.Parent = y u = Instance.new("Decal") u.Texture = "http://www.roblox.com/asset/?id=8263714965" u.Face = "Left" u.Parent = y t = Instance.new("Decal") t.Texture = "http://www.roblox.com/asset/?id=8263714965" t.Face = "Right" t.Parent = y wait(5) end
Editor Settings
Theme
Key bindings
Full width
Lines