Advertisement
trixade

Untitled

Sep 29th, 2021
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. sv=function(a,b)
  2. game:GetService("Workspace").resources.RemoteFunction:InvokeServer("setDataValue",a,b)
  3. end
  4. gv=function(a)
  5. return game:GetService("Workspace").resources.RemoteFunction:InvokeServer("getDataValue",a)
  6. end
  7. sv("hasPilot",true)
  8. sv("hasSwat",true)
  9. sv("hasMerc",true)
  10. sv("hasSpecOps",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement