Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
- game:GetService("ReplicatedStorage").EasterBunnyHunt.Activate_BunnyHelper:FireServer() -- not sure if it does anything
- while true do
- repeat wait(0.1) until workspace:FindFirstChild("Bunny")
- workspace.Bunny.CFrame = root.CFrame
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement