Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --THE SCRIPT IS MADE BY MA!!!
- --DO NON TRY TO COPY THIS SCRIPT...
- --CHANGE USERNAME WITH YOUR USERNAME!!!
- --EXECUTE THE SCRIPT ONLY WHEN THE ROUND IS STARTED!
- while true do
- wait(0000.1)
- local cartellagift = game.Workspace.Game.Effects.Tickets
- local bambinigift = cartellagift:GetChildren()
- local pp = workspace.Game.Players["USERNAME"].HumanoidRootPart.Position
- --script:
- for i=1,#bambinigift do
- local gift = bambinigift[i]
- print(gift)
- local giftPos = gift.HumanoidRootPart.Position
- workspace.Game.Players["USERNAME"]HumanoidRootPart.Position = giftPos
- end
- end
Advertisement
Advertisement