Advertisement
Prior_

Untitled

Oct 17th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local function sonicrun
  2. if ply:Team != "TEAM_JEDI" or "TEAM_SITH" then return end
  3. ply:SetRunSpeed( 250 )
  4. end
  5.  
  6. hook.Add( "PlayerSpawn", "hey_185", sonicrun )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement