• RunConsoleCommand
    2 replies, posted
Hello, I have a button that will run the console command "say /dropmoney" can someone help me make something that runs the console command "say /dropmoney <entry>" and the entry is DTextEntry Thanks in advance, Sam
function Button:DoClick() RunConsoleCommand("say", "/dropmoney" .. TextEntry:GetValue()) end
You need a space after /dropmoney
Sorry, you need to Log In to post a reply to this thread.