Advertisement
RgRacks

Roblox Royale High Collect All Eggs Script (Works)

Apr 13th, 2020
1,591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement