Advertisement
Adel987654321

Blade Throwing Simulator | Auto Throw

Mar 3rd, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. --Auto Throw
  2. while true do
  3. wait()
  4. local oh1 = "Throw"
  5. local oh2 = Vector3.new()
  6. game:GetService("ReplicatedStorage").RE:FireServer(oh1, oh2)
  7. end
  8.  
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement