Okay guys I have this little trail script, what I want is when the player jump, the trails the trails enable the time of the jump
Here is the scripts:
game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(char) local trail = game.ServerStorage.Trail:Clone() trail.Prent = char.Head local attachmnt0 = Instance.new("Attachment,char.Head) attachment0.Name= "TrailAttachment0" local attachment1 = Instance.newAttachment,char.HumanodRootPartattachment1.Name = "TrailAttachment1" trail.Attachment0 = attachment0 trail.Attachment1 attachment1 end) end) How can i add a disable/enable function to a script?
Closed as Not Constructive by User#19524
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?