Advertisement
Eddie_isback

Giant Dancing simulator Fast AutoCollect gems

Apr 27th, 2022
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. getgenv().gem = true
  2. while getgenv().gem == true do
  3. for i, v in pairs(game:GetService("Workspace").Gems:GetDescendants()) do
  4. if v.Name == "TouchInterest" and v.Parent then
  5. firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  6. end
  7. end
  8. wait(0)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement