Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by Donny526
- --Donny526#1886
- wait()
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- local hmn = chr:WaitForChild("Humanoid")
- local lrm = chr:WaitForChild("Left Arm")
- local rrm = chr:WaitForChild("Right Arm")
- local llg = chr:WaitForChild("Left Leg")
- local rlg = chr:WaitForChild("Right Leg")
- local hed = chr:WaitForChild("Head")
- local trs = chr:WaitForChild("Torso")
- wait()
- print(plr.Name.." is using the Player Endoskeleton script by Donny526!")
- wait()
- lrm.Transparency = 0.5
- rrm.Transparency = 0.5
- llg.Transparency = 0.5
- rlg.Transparency = 0.5
- trs.Transparency = 0.5
- hed.Transparency = 0.5
- wait()
- local trshed = Instance.new("Attachment",trs)
- local trslrm = Instance.new("Attachment",trs)
- local trsrrm = Instance.new("Attachment",trs)
- local trsllg = Instance.new("Attachment",trs)
- local trsrlg = Instance.new("Attachment",trs)
- wait()
- local hedattach = Instance.new("Attachment",hed)
- local lrmattach = Instance.new("Attachment",lrm)
- local rrmattach = Instance.new("Attachment",rrm)
- local llgattach = Instance.new("Attachment",llg)
- local rlgattach = Instance.new("Attachment",rlg)
- wait()
- local rodhed = Instance.new("RodConstraint",trs)
- rodhed.Color = BrickColor.new("Lime green")
- rodhed.Thickness = 0.1
- rodhed.Visible = true
- rodhed.Attachment0 = trshed
- rodhed.Attachment1 = hedattach
- wait()
- local rodlrm = Instance.new("RodConstraint",trs)
- rodlrm.Color = BrickColor.new("Lime green")
- rodlrm.Thickness = 0.1
- rodlrm.Visible = true
- rodlrm.Attachment0 = trslrm
- rodlrm.Attachment1 = lrmattach
- wait()
- local rodrrm = Instance.new("RodConstraint",trs)
- rodrrm.Color = BrickColor.new("Lime green")
- rodrrm.Thickness = 0.1
- rodrrm.Visible = true
- rodrrm.Attachment0 = trsrrm
- rodrrm.Attachment1 = rrmattach
- wait()
- local rodllg = Instance.new("RodConstraint",trs)
- rodllg.Color = BrickColor.new("Lime green")
- rodllg.Thickness = 0.1
- rodllg.Visible = true
- rodllg.Attachment0 = trsllg
- rodllg.Attachment1 = llgattach
- wait()
- local rodrlg = Instance.new("RodConstraint",trs)
- rodrlg.Color = BrickColor.new("Lime green")
- rodrlg.Thickness = 0.1
- rodrlg.Visible = true
- rodrlg.Attachment0 = trsrlg
- rodrlg.Attachment1 = rlgattach
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement