Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print'Hulk script by CripTiq_C00L'
- local Hulk=game.Players.LocalPlayer.Character
- Hulk.Humanoid.MaxHealth=9999999999
- Hulk.Humanoid.Health=math.huge
- Hulk.Humanoid.WalkSpeed=0 --So they cant run yet
- --------------------------------[[TRANSFORMATIONLOL]]------
- function removechildren(parent,type)
- for index, child in pairs(parent:GetChildren()) do
- if child:IsA(tostring(type)) then
- child:Destroy()
- end
- end
- end
- removechildren(game.Players.LocalPlayer.Character,Shirt)
- removechildren(game.Players.LocalPlayer.Character,Pants)
- Hulk["Left Leg"].BrickColor=BrickColor.new("Magenta")
- wait(1)
- Hulk["Right Leg"].BrickColor=BrickColor.new("Magenta") --[[Change them to a purple color if u wish]]--
- wait(1)
- Hulk["Right Arm"].BrickColor=BrickColor.new("Forest green")
- wait(1)
- Hulk["Left Arm"].BrickColor=BrickColor.new("Forest green")
- wait(1)
- Hulk["Torso"].BrickColor=BrickColor.new("Forest green")
- wait(1)
- Hulk["Head"].BrickColor=BrickColor.new("Forest green")
- wait(2)
- Hulk.Humanoid.WalkSpeed=60
- Hulk.Humanoid.JumpPower=120
- print'HOLK HAS BEN LOADED by CripTiq_C00L'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement