Advertisement
adham-ahmed

ServerSide excutor checker

Jun 13th, 2022
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then
  2.     error("Your excutor is clientsided")
  3. end
  4.  
  5. if game:GetService("RunService"):IsServer() then
  6.     error("Your excutor is serversided")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement