Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to make a teleport system when someone chats /dimension?

Asked by 3 years ago

I tried to make a teleport system based off of someone chatting /dimension to send the chatter to a specific area thanks for any help

0
This is not a script requesting site VitGamer123br 32 — 3y
0
Hi there! Welcome to scriptinghelpers.org! Please remember that this site is not to ask for work to be done for you, i.e. asking someone to make the script for you. Please remember to show the work you have attempted to do, and make sure you include relevant details such as any error message, your specific needs, and your previous work. 0neDeletedUser 42 — 3y

1 answer

Log in to vote
0
Answered by
I_Nev 200 Moderation Voter
3 years ago

You can use string.match(Message,"^"..Prefix) to find if the message has your prefix in it, if so then you can use string.match or gmatch to find your command arguments

Ad

Answer this question