Advertisement
Guest User

Trail Roblox Script

a guest
Mar 29th, 2020
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local trail = instance.new("Trail")
  2. local att0 = instance.new("Attachment")
  3. local att1 = instance.new("Attachment")
  4. trail.Attachment0 = att0
  5. trail.Attachment1 = att1
  6. trail.Enabled = true
  7. att0.Position = Vector3.new(.5 0, 0)
  8. att1.Position = Vector3.new(-5, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement