Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- part = Instance.new("Part",workspace)
- part.Name = "Toad"
- mesh = Instance.new("SpecialMesh",part)
- part.CanCollide = false
- part.Size = Vector3.new(2000,2000,2000)
- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "rbxassetid://867084695"
- mesh.TextureId = "rbxassetid://867084703"
- local trail = Instance.new("Trail", toad)
- trail.Attachment0 = a0
- trail.Attachment1 = a1
- trail.FaceCamera = true
- trail.Lifetime = 1
- trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
- trail.Texture = "http://www.roblox.com/asset/?id=102124677"
- --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement