Untitled

mail@pastecode.io avatarunknown
plain_text
24 days ago
285 B
1
Indexable
Never
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