How to Make TRAILS - Roblox Scripting Tutorial

preview_player
Показать описание
In this Roblox Scripting Tutorial I'll teach you how to script TRAILS in Roblox Studio. You can create a rainbow trail or any kind of gradient or just a single colour with trails in Roblox Studio.

How to Make TRAILS - Roblox Scripting Tutorial

-------------------

Follow me on Twitter: @Squidingz

Current Subscriber Count: 127

Comment what videos you want to see next and subscribe.

#roblox #robloxdev #robloxstudio #tutorial
Рекомендации по теме
Комментарии
Автор

you can just make an attachment inside a humanoidrootpart and position them properly instead of making new parts, anchoring to the hrp and adding the attachments.

modulescript
Автор

It works, but when my player dies (obby) the trail does not come back. How do I keep the trail upon player death?

ignskeletons
Автор

Can you make it that when you hold a button it appers (like for running - shift)

smilememan
Автор

super useful tutorial! thank you for this

ItsEv
Автор

this is gonna be a painful script to do..
i am gonna comment when i am done and you can see my average speed on how i finsh this

EddwaYT
Автор

could someone copy and paste this script i'm bored

salvatorecorelli
Автор

Hi You Can Make Part 2 Of How Make Tower Of Hell?With Your Kit And Admin And Shop

gabineonyt
Автор

Do yk how to make a trail like the flash?

Dexter_
Автор

----r6

local players = game:GetService("Players")

local trail = script.Trail



local humanoid =
local newTrail = trail:Clone()
newTrail.Parent = character
newTrail.Attachment0 =
newTrail.Attachment1 =
end)
end)





"local players = game:GetService("Players")

local trail = script.Trail



local humanoid =
local newTrail = trail:Clone()
newTrail.Parent = character
newTrail.Attachment0 =
newTrail.Attachment1 =
end)
end)

Bavogamr-d
Автор

as a scripter WHAT THE HELL IS THIS? Why do you make 2 new parts?

vice-animace
Автор

here


local trail = script.Trail

game.Players.PlayerAdded: Connect(function(player)
player.CharacterAdded : Connect(function(character)

end)
end)

JoofStudios
Автор

Someone paste the script in the comments please i dont wanna spend my time typing and it just not working

Cosmical
Автор

spent 3 minutes coding and i didnt work :(

invert
Автор

ISTG this dude needs to learn what "copy and pasting it into the description" is

blueslime
Автор

1 it took kinda long 2 it didn't work

EddwaYT
Автор

bro that took forever and it didnt even work

KataFlux
Автор

Tbh the script can be simplified and made more reliable, Here's the script I made of this revision.

"local players = game:GetService("Players")

local trail = script.Trail



local humanoid =
local newTrail = trail:Clone()
newTrail.Parent = character
newTrail.Attachment0 =
newTrail.Attachment1 =
end)
end)"

edit: This only works with R15 avatars, So it will not work with a R6 avatar

ModerateTable