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

How can I make a part appear by chatting a keyword?

Asked by 4 years ago

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!!

1 answer

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

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
0
Thank you! So I know for a part you change the transparency to make it appear, but what would you change for a rope since they don't have a transparency option? DrumMajorii 11 — 4y
0
@DrumMajorii Rope.Thickness might help some. Psudar 882 — 4y
Ad

Answer this question