of     1   

NiceDatiel
#181897333Monday, January 18, 2016 2:36 AM GMT

Hi, does anyone have a ragdoll Gui like in chaos washers, where you click and then you ragdoll and if you click again you get back up? i've looked in the free models and nobody seems to have it. I have barely any scripting knowledge Also, Does anyone have a working insert tool? *No Infections Please! :)*
NiceDatiel
#181943435Monday, January 18, 2016 7:44 PM GMT

Bump
NiceDatiel
#182156433Friday, January 22, 2016 9:02 AM GMT

Bump
Afr0_Dude
#182157867Friday, January 22, 2016 10:53 AM GMT

Create a screen GUI in the Starter Gui and place a TextButton in The GUI. and then place a server script in the TextButton. And paste this script in the script: ison = false script.Parent.MouseButton1Down:connect(function(mouse) if ison == false then ison = true script.Parent.Parent.Parent.Parent.Character.Humanoid.PlatformStand = true elseif ison == true then ison = false script.Parent.Parent.Parent.Parent.Character.Humanoid.PlatformStand = false end end) -- I tested it, it works. Bowlsroblox_Scripter
NiceDatiel
#182598558Friday, January 29, 2016 4:30 AM GMT

Thx, Although I wanted a Ragdoll But This Works Just Fine! :) Thanks Again!

    of     1