Advertisement
TheClassicMeme

another test

May 23rd, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. Player = game:GetService("Players").LocalPlayer
  3. Cha = Player.Character
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. name = deadpoo5666
  6. me = game.Players[name]
  7. tail=false
  8. game:GetService('RunService').RenderStepped:connect(function()
  9. if trail then
  10. for _,v in pairs(char:GetChildren()) do
  11. if v:IsA('Part') and v.Name~="HumanoidRootPart" then
  12. local c=v:Clone()
  13. c.Parent = workspace
  14. c.Anchored=true
  15. c.CanCollide=false
  16. c.Transparency=0.5
  17. game:GetService('Debris'):AddItem(c,0.1)
  18. end
  19. end
  20. end
  21. end)
  22. m.KeyDown:connect(function(key) if key=="q" then trail=not trail end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement