Thursday, March 8, 2012

How to make a Reset Gui on ROBLOX

I DON'T OWN ROBLOX!!! This vid will show you how to make a Screen Reset Gui. Position: {0, 0}, {0.444999993, 0} Size: {0.100000001, 5}, {0.100000001, 0} Script: function onButtonClicked() script.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 0 end script.Parent.MouseButton1Click:connect(onButtonClicked) You can change the color, the font size, the transparency and all that on your own, it's not that hard. My real reset button is red, 0.5 transparency, font size 14, font color white and border color white.

No comments:

Post a Comment