Advertisement
_Thanh_Thy_Cute_

Marble Mania ALL PUMPKINS SCRIPT

Oct 29th, 2021
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for _,v in pairs(workspace:GetDescendants()) do
  2. if v.Name == "QuestPumpkin" then
  3. v.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement