Advertisement
toonrun123

Reason2 + FD Script

Dec 3rd, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.78 KB | None | 0 0
  1. I have One Script To give U it not exploit it script trolling u can inject in Adonis admin This Not Fe script
  2.  
  3. --Obj
  4. local Target = "PlayerName"
  5. local TargetWorkspace = game.workspace[Target].HumanoidRootPart
  6. local TargetHumanoid = game.Workspace[Target].Humanoid
  7. local PartToll = Instance.new("Part",workspace)
  8. --Function
  9. PartToll.Anchored = true
  10. PartToll.CanCollide = true
  11. PartToll.Locked = true
  12. PartToll.Transparency = 1
  13. PartToll.BrickColor = BrickColor.new("Really red")
  14. PartToll.Material = "Neon"
  15. PartToll.Size = Vector3.new(4, 5, 2)
  16. PartToll.Name = "PartToll"
  17. TargetHumanoid.JumpPower = 0
  18.   while wait(0.3) do
  19.     PartToll.CFrame = TargetWorkspace.CFrame
  20.     PartToll.Parent = TargetWorkspace
  21.     wait(0)
  22. end
  23. --How to Reset Him
  24. --I have 2 way
  25. --Kill,Use Admin and reset.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement