Advertisement
plytalent

callloadstring

Oct 4th, 2020 (edited)
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. owner.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