Greetings, everyone! Can someone tell me how do I make a PTS system within a Basic admin Plugins? Or, that system is for model?
Example:
When I say !PTS, that system will say “Your PTS has been sent!” and trainer will click the PTS accept button then trainer will teleport to the PTS requester.
Use the .Chatted function in conjunction with Players.PlayerAdded to get when someone chats, then look for the phrase !PTS using string manipulation. You can then have the server do something that lets the requested player accept or deny, if they accept then set their player.Character position to the other player’s position using either CFrames or :moveTo.