How can i make this script when the server is run? I need to know before i use it.
1 | --help here |
2 | game.Workspace.Trail.Color = "Bright blue" |
3 | wait( 1 ) |
4 | game.Workspace.Trail.Color = "Bright red" |
5 | wait( 1 ) |
6 | game.Workspace.Trail.Color = "Yellow" |