Top posting users this month | |
Latest topics | » Where to go from here.September 14th 2020, 1:20 pm by MrNicNac» Send me an EmailSeptember 14th 2020, 1:16 pm by MrNicNac» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]July 6th 2015, 7:38 pm by m27frogy» New Site PossiblyJuly 6th 2015, 4:16 pm by m27frogy» Ambassador!April 15th 2015, 11:40 pm by naknak» Boop - TagApril 13th 2015, 9:46 pm by naknak» Vip Class ScriptApril 13th 2015, 4:54 pm by naknak» Who's active?!April 13th 2015, 4:52 pm by naknak» Genesis PointJuly 17th 2014, 7:04 pm by branefreez» Reward SystemJuly 17th 2014, 5:41 am by m27frogy» Script RequestJuly 10th 2014, 11:43 am by naknak» local scripts?July 10th 2014, 11:39 am by naknak» Project: Reconstruction [Died]July 10th 2014, 11:36 am by naknak» Hi. I am new hereApril 26th 2014, 4:01 pm by altshiftkey» What's your favorite sport?January 1st 2014, 2:13 pm by m27frogy» FlashLight ScriptJanuary 1st 2014, 2:11 pm by m27frogy» Gun Making! [READ DESC]January 1st 2014, 2:10 pm by m27frogy» Hi, I am new here!November 26th 2013, 3:33 pm by Keanu73» Improve CodingOctober 26th 2013, 1:12 pm by pook03» Simple ButtonSeptember 1st 2013, 6:19 pm by branefreez |
|
| how to make a Reset GUI | |
| | Author | Message |
---|
andyrocks Novice Scripter
Posts : 3 Join date : 2010-08-01
| Subject: how to make a Reset GUI August 1st 2010, 5:03 pm | |
| ok. to make a Reset GUI, this is all you have to do. Insert>Object>Screen GUI in that, Insert>Object>TextButton in that, Insert>Object>Script the Text Button's Properties should be like this.
Backgound Color: 150; 150; 150 Background transparency 0.3 Text color: 51; 51; 51 Text: Reset Postion: {0, 500}, {0, -20} Size:{0, 99}, {0, 20}
then the Script should be this.
function onButtonClicked() script.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 0 end
script.Parent.MouseButton1Click:connect(onButtonClicked)
That is a Reset GUI. | |
| | | andyrocks Novice Scripter
Posts : 3 Join date : 2010-08-01
| Subject: Long August 1st 2010, 5:04 pm | |
| It took me a LONG time to get that script correct because im not the best at scripting yet. | |
| | | naknak Administrator
Posts : 878 Join date : 2010-07-30
| Subject: Re: how to make a Reset GUI August 1st 2010, 5:07 pm | |
| You get a reputation point :D | |
| | | slayer9365 Expert Scripter
Posts : 233 Join date : 2010-07-31 Age : 29
| Subject: Re: how to make a Reset GUI August 2nd 2010, 5:13 pm | |
| You know you could easily make this easier with a simple LocalScript. You could do game.Players.LocalPlayer.Character.Humanoid.Health = 0 | |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: how to make a Reset GUI December 18th 2010, 10:07 am | |
| but what if the MaxHealth was 0. use script.Parent.Parent.Parent.Parent.Character:BreakJoints()
@above, you have to use a local script to access the LocalPlayer | |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: how to make a Reset GUI December 18th 2010, 10:11 am | |
| sorry, I only read the last line @2 above. I'm tired so I can't think properly. | |
| | | lukenuke75 Novice Scripter
Posts : 38 Join date : 2011-03-07 Age : 27
| Subject: Re: how to make a Reset GUI March 8th 2011, 5:28 pm | |
| I use local player for GUI resets; it always breaks when i actually go and play it in multiplayer. In RStudio it works like a charm, What could be wrong with it? | |
| | | blueymaddog Administrator
Posts : 1081 Join date : 2010-12-09 Age : 26
| Subject: Re: how to make a Reset GUI November 20th 2011, 6:09 am | |
| you should post your problem in the help forum. btw: have you tried debugging it online mode test? | |
| | | Sponsored content
| Subject: Re: how to make a Reset GUI | |
| |
| | | | how to make a Reset GUI | |
|
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| Who is online? | In total there are 7 users online :: 0 Registered, 0 Hidden and 7 Guests
None
Most users ever online was 136 on October 21st 2024, 12:16 pm
|
| Please tell us what time zone you are in here
Got a really good idea? Post it in projects and it might show up here! |
|