Advertisement
Burkino

Untitled

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