Trails not working

ok so i was trying to make buy a trail but then this happened

but you can clarly see Trail1 is in serverstorage. but when i test the game it says tis not a valid member of serverstorage.

You cannot access ServerStorage from the client. Try using ReplicatedStorage instead.

1 Like

ok ill try that

30characters argh

ok so i tried that and it works. thanks!

also you should do this

local character = player.Character or player.CharacterAdded:Wait()

instead of just player.Character because the character might not exist yet when the script runs.