#How to make insert command, for example when you say spawn car a car will spawn front of you
1 messages · Page 1 of 1 (latest)
use the .Chatted event
player.Chatted:Connect(function (msg)
if msg == "!spawn_car" then
code
probably something like this
look at the default roblox animate script
there's a function with something along the lines of this
it's for detecting if someone types /e dance
no
join your game in studio
go into your character in explorer
I'll explain it anyway
copy the "Animate" script from your character
I'm not on my pc rn
as I'm having issues with it
paste the "Animate" script into "StarterCharacterScripts"
and scroll through the code
1 - Join your game in studio
2 - Open "Workspace" in explorer
3- Go into your character
4- Find the "Animate" script in your character
5- Right click it and press "Copy"
6- Go into "StarterCharacterScripts" and paste it in
7- Scroll through the code and look for what you need
probably yeah
np