A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
naknak
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
Supernapalm
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
m27frogy
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
slayer9365
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
myrco919
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
branefreez
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
ninga95
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
CloneTrooper787
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
raboy117
Healing Button Vote_lcapHealing Button Voting_barHealing Button Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Healing Button EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Healing Button EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Healing Button EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Healing Button EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Healing Button EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Healing Button EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Healing Button EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Healing Button EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Healing Button EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Healing Button EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Healing Button EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Healing Button EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Healing Button EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Healing Button EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Healing Button EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Healing Button EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Healing Button EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Healing Button EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Healing Button EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Healing Button EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Healing Button

Go down 
4 posters
AuthorMessage
Justicepaine99
Novice Scripter
Novice Scripter
Justicepaine99


Posts : 1
Join date : 2011-11-04
Age : 26
Location : SomeWhere, Inaplace

Healing Button Empty
PostSubject: Healing Button   Healing Button EmptyNovember 7th 2011, 6:22 pm

How Do I Make A Script That I Could Insert Into A Brick And When I Click On It I Get Healed?

Like a first aid kit....
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 25
Location : Holland

Healing Button Empty
PostSubject: Re: Healing Button   Healing Button EmptyNovember 12th 2011, 5:54 pm

Yuo would need a pseudo clickdetector and then just raise up the health.

Here's the pseudo one:
http://www.roblox.com/Pseudo-ClickDetector-by-Spectrumw-item?id=42520839
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Healing Button Empty
PostSubject: Re: Healing Button   Healing Button EmptyNovember 18th 2011, 4:04 am

once you extract the player variable then use this function for the healing, if you leave the amount argument then it will automatically heal to the max:

function heal(player, amount)
local char = player:FindFirstChild("Character")
if char then
hum = char.Humanoid
amount = amount or hum.MaxHealth --i don't remeber if the 'h' is capitalised :o
hum.Heath = amount
end
end
Back to top Go down
IsAPotato
Novice Scripter
Novice Scripter
IsAPotato


Posts : 16
Join date : 2011-06-04
Location : California

Healing Button Empty
PostSubject: Re: Healing Button   Healing Button EmptyDecember 11th 2011, 12:19 pm

I believe there is also a tutorial on the wiki for this, let me find you the link quickly.

http://wiki.roblox.com/index.php/Intro_to_Scripting:_Make_a_Healing_Potion
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 25

Healing Button Empty
PostSubject: Re: Healing Button   Healing Button EmptyFebruary 4th 2012, 7:05 am

or you could have a non-deselectable tool and use mouse.Target
Back to top Go down
Sponsored content





Healing Button Empty
PostSubject: Re: Healing Button   Healing Button Empty

Back to top Go down
 
Healing Button
Back to top 
Page 1 of 1
 Similar topics
-
» Simple Button

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Questions and Help :: Scripting-
Jump to: