TheUnknownDiscord

soda spin

Aug 25th, 2021 (edited)
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Part = Instance.new("Part")
  2. Part.Parent = game.Workspace
  3. Part.Size = Vector3.new(4, 9, 5)
  4. Part.Position = Vector3.new(-109, 17.5, 1)
  5. Mesh = Instance.new("SpecialMesh")
  6. Mesh.Parent = Part
  7. Mesh.MeshId = "http://www.roblox.com/asset/?id=10470609"
  8. Mesh.TextureId = "http://www.roblox.com/asset/?id=10470600"
  9. Mesh.Scale = Vector3.new(10, 10, 10)
  10. Part.Anchored = true
  11. while true do
  12. Part.CFrame = Part.CFrame * CFrame.Angles(0,0.2,0)
  13. task.wait()
  14. end
Add Comment
Please, Sign In to add comment