Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i,v in pairs(workspace[".ZombieStorage"]:GetChildren()) do
- if game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool') then
- local tool = game.Players.LocalPlayer.Character:FindFirstChildOfClass('Tool')
- tool.GunController.RemoteFunction:InvokeServer({v.Head,10000,1})
- end
- end
- end
Add Comment
Please, Sign In to add comment