I'm brand new to scripting, can someone please help me with a script that makes a part appear (permanently) after a player types a keyword in the chat? It would be much appreciated!!
You want to use a local script, a remote event and a regular script. Make the local script trigger the remote event when the player chats the keyword and have the server script create the part whenever the remote event gets fired.
Usefull links:
- Remote events tutorial : https://developer.roblox.com/en-us/articles/Remote-Functions-and-Events - Hooking your event with the player chat : https://developer.roblox.com/en-us/api-reference/event/Player/Chatted