Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = script.Parent
- p.Name = "TheVr3millionCoder"
- p.Part = Instance.new("Part")
- p.Model = Instance.new("Model")
- p.Size = Vector3.new(10,50,50)
- p.NameOfOrb = "Part"
- p.Position = Vector3.new(50,5,10)
- p.Color = BrickColor.new("Bright Red")
- while true do
- wait()
- p.Position = Vector3.new(50,5,10)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement