There are a lot of people who are looking for scripts that they can use in the games of Roblox. One of the scripts that people are looking for is infinite health. You may be one of those people who need the scripts for infinite health. Where can we find it?
Have you ever heard Pastebin.com? This site is a place for people to store any text for easy sharing. Mainly, this site is used by programmers to save pieces of sources code or configuration information. However, it does not mean that other professions cannot use it. Anyone is more than welcome to be able to paste any type of text. For your information, the idea behind the site is to make it more convenient for people to share large amounts of text online.
In Pastebin.com, you are able to find scripts for Roblox. One of the scripts that you are able to find is Infinite Health. If you search Infinite Health scripts for Roblox in Pastebin website, you will be able to find some results as listed below.
- Infinite Health Roblox Lua which was published by YOUFOUNDX_EXPLOITER on January 30th, 2018. This script has been seen more than 1.8k times. The script is:
game.Workspace.Players.YOURNAMEHERE.Humanoid.Health = 999999
- FF + Infinite Health Script (Roblox) which was published by a guest on April 30th, 2018 and now it has been seen more than 6.5k times. The part of the script is below and you are able to see the complete script in the pastebin.com.
attachment4 = Instance.new(“Attachment”,player.Character[“Right Leg”])
attachment4.Name = “Attachment0”
attachment5 = Instance.new(“Attachment”,player.Character[“Right Leg”])
attachment5.Name = “Attachment1”
attachment6 = Instance.new(“Attachment”,player.Character[“Right Leg”])
attachment6.Name = “Attachment2”
attachment7 = Instance.new(“Attachment”,player.Character[“Right Leg”])
attachment7.Name = “Attachment3”
————-
attachment4.Position = Vector3.new(0.5, -1, 0.5)
attachment5.Position = Vector3.new(-0.5, -0.7, -0.5)
attachment6.Position = Vector3.new(-0.5, -0.7, 0.5)
attachment7.Position = Vector3.new(0.5, -1, -0.5)
————–
trail2 = Instance.new(“Trail”,player.Character[“Right Leg”])
trail2.Name = “Trail0”
trail3 = Instance.new(“Trail”,player.Character[“Right Leg”])
trail3.Name = “Trail1”
- Commag’s Fixed Roblox Health Script which was published by a guest on April 19th, 2016 and it has been seen 780 times. The script is:
msg=Instance.new(“Message”)
msg.Parent=game.Workspace
msg.Text=”Loading Commag’s Health Script” –Leave this credit alone
wait(0.5)
msg.Text=”Loading Commag’s Health Script” –Leave this credit alone
wait(0.5)
msg.Text=”Loading Commag’s Health Script” –Leave this credit alone
wait(0.5)
msg.Text=”Loading Commag’s Health Script” –Leave this credit alone
wait(0.5)
msg.Text=”Commag’s Health Script has loaded!” –Leave this credit alone
Wait(2)
msg:Remove()
game.Workspace.commag.Humanoid.MaxHealth=100000000 –REPLACE COMMAG WITH YOUR NAME
You are able to try to use the script above to get infinite health on Roblox. As you can see one of the scripts above is not complete so that you are able to check the complete script on the website of Paste Bin.
If we talk about Paste Bin, you are able to create an account there. When you make an account, you get your own Pastebin which means that you are able to save pastes and have full control over them at any point in the future. If you have your own Pastebin, it can be great for sharing your pastes with others.