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

Would this script work to change the color of the trail when you join the server? please help.

Asked by 5 years ago

How can i make this script when the server is run? I need to know before i use it.

--help here
game.Workspace.Trail.Color = "Bright blue"
wait(1)
game.Workspace.Trail.Color = "Bright red"
wait(1)
game.Workspace.Trail.Color = "Yellow"
1
??????????????????????? User#23365 30 — 5y
0
im assuming this guy is trying to make a rainbow trail Astralyst 389 — 5y
0
Right now it will run when the game starts. Gameplay28 139 — 5y
0
You're setting 'Color' to a string value. Use BrickColor instead: part.BrickColor = BrickColor.new('Bright red") hellmatic 1523 — 5y
View all comments (4 more)
0
this makes no sense 3ora 54 — 5y
0
a trail's Color property takes a ColorSequence, not a string User#22604 1 — 5y
0
btw im not trying to make a rainbow trail AnotherPerson_999 28 — 5y
0
and it is a trail, not a brick AnotherPerson_999 28 — 5y

Answer this question