Advertisement
Burkino

Untitled

Apr 6th, 2020
4,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local event = game:GetService("ReplicatedStorage").Modules.ObjectCode.HuntSpider.ClaimSpider
  2. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3.  
  4. for i,v in next, workspace:GetChildren() do
  5. if v.Name == "DespacitoSpider" then
  6. root.CFrame = v.Bighead.CFrame
  7. wait(1.7)
  8. event:InvokeServer(v)
  9. wait()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement