Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players.LocalPlayer
- Player = game:GetService("Players").LocalPlayer
- Cha = Player.Character
- mouse = game.Players.LocalPlayer:GetMouse()
- name = deadpoo5666
- me = game.Players[name]
- tail=false
- game:GetService('RunService').RenderStepped:connect(function()
- if trail then
- for _,v in pairs(char:GetChildren()) do
- if v:IsA('Part') and v.Name~="HumanoidRootPart" then
- local c=v:Clone()
- c.Parent = workspace
- c.Anchored=true
- c.CanCollide=false
- c.Transparency=0.5
- game:GetService('Debris'):AddItem(c,0.1)
- end
- end
- end
- end)
- m.KeyDown:connect(function(key) if key=="q" then trail=not trail end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement