YFD_YT

Untitled

Apr 17th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. assert(game.PlaceId == 4728133914, "bad place")
  2. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3.  
  4. game:GetService("ReplicatedStorage").EasterBunnyHunt.Activate_BunnyHelper:FireServer() -- not sure if it does anything
  5.  
  6. while true do
  7. repeat wait(0.1) until workspace:FindFirstChild("Bunny")
  8. workspace.Bunny.CFrame = root.CFrame
  9.  
  10. wait(0.1)
  11. end
Add Comment
Please, Sign In to add comment