Advertisement
Prior_

Untitled

Dec 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local check = false
  2.  
  3. for k, v in pairs(LocalPlayer():GetWeapons()) do
  4. if v.IsLightsaber then check = true break end
  5. end
  6.  
  7. if not check then return end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement