Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- pcall(function()
- table.foreach(workspace.Regen:GetDescendants(),function(_,v)
- if v:IsA'Part'and v.Name=='Handle'and v.Parent:IsA'Tool'then
- for x=0,1 do
- firetouchinterest(game:service'Players'.LocalPlayer.Character["Right Leg"],v,x)
- end
- end
- end)
- end)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment