Advertisement
ZEE_TerminatorFX

Untitled

Nov 24th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(workspace:GetChildren()) do
  3. if string.find(v.Name:lower(), "giant") then
  4. for i = 1, 10 do
  5. workspace["__THINGS"]["__REMOTES"]["giant_dealdamage"]:FireServer({[1]={[1]=v.Name;[2]=10,[3]=1},[2]={[1]=false,[2]=false,[3]=false}})
  6. end
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement