Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.01) do
- p = Instance.new("Part",game.Workspace)
- p.Name = "LOLnoob"
- p.BrickColor = BrickColor.random()
- sm = Instance.new("SpecialMesh",p)
- sm.MeshType = "FileMesh"
- sm.MeshId = "http://www.roblox.com/asset/?id=29515710"
- sm.TextureId = "http://www.roblox.com/asset/?id=30820395"
- sm.Scale = Vector3.new(14.5, 14.5, 14.5)
- p.Size = Vector3.new(8, 11, 2)
- p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement