Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local event = game:GetService("ReplicatedStorage").Modules.ObjectCode.HuntSpider.ClaimSpider
- local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
- for i,v in next, workspace:GetChildren() do
- if v.Name == "DespacitoSpider" then
- root.CFrame = v.Bighead.CFrame
- wait(1.7)
- event:InvokeServer(v)
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement