Untitled

 avatar
unknown
plain_text
2 years ago
285 B
5
Indexable
local Character = script.Parent

local atch1 = Instance.new("Attachment",Character.Head)
local atch2 = Instance.new("Attachment",Character.LowerTorso)
local Trail = game.ServerStorage.Trail:Clone()
Trail.Parent = Character

Trail.Attachment0 = atch1
Trail.Attachment1 = atch2
Editor is loading...