Advertisement
1231223123

Adopt me auto Pumpkin

Oct 29th, 2020 (edited)
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. Character = game.Players.LocalPlayer.Character
  3. Player = game.Players.LocalPlayer
  4. Character.HumanoidRootPart.CFrame = game.workspace.Interiors.MainMap.PumpkinGame.Boundaries.SignupArea.CFrame
  5.  
  6. Pumpkins = game.workspace.StaticMap.PumpkinMinigame.SpawnedPumpkins:GetChildren()
  7.  
  8. for index, Pumpkins in pairs(Pumpkins) do
  9. Pumpkin = Pumpkins.Pumpkin
  10. wait(.5)
  11. Character.HumanoidRootPart.CFrame = Pumpkin.CFrame
  12. end
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement