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

what I want is when the player jump, the trails the trails enable the time of the jump? [closed]

Asked by 5 years ago

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?

0
Don't come on this site with alvinbloxx's code, expecting for it to be fixed. There also isn't an attempt at disabling/enabling it. User#19524 175 — 5y

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?