sinkicol

ROBLOX IHEART EVENT SCAVENGER HUNT SCRIPT

Sep 30th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local heart = game.Workspace.ScavengerHunt.IheartScavengerHunt
  2.  
  3. for i,v in pairs (heart:GetChildren()) do
  4. if v:IsA("Model") then
  5. wait(0.3)
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:GetPivot()
  7. end
  8. end
Add Comment
Please, Sign In to add comment