Laiser

Test1

Sep 23rd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function Join(p)
  2. local function Char(c)
  3. local trail = script.Trail:Clone()
  4. trail.Parent = c.Head
  5. local A0 = Instance.new("Attachment",c.Head)
  6. local A1 = Instance.new("Attachment",c.HumanoidRootPart)
  7. A0.Name = "Attachment0"
  8. A1.Name = "Attachment1"
  9. trail.Attachment0 = A0
  10. trail.Attachment1 = A1
  11. end
  12. p.CharacterAdded:connect(Char)
  13. end
  14. game.Players.PlayerAdded:connect(Join)
Add Comment
Please, Sign In to add comment