Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i need help with mobile support?

Asked by 1 year ago

function touched(hit) wait(.1) if hit.Parent~=nil then local h=hit.Parent:FindFirstChild("Humanoid") if h~=nil then if h.Health>0 then local s=hit.Parent:FindFirstChild("Shirt") local p=hit.Parent:FindFirstChild("Pants") local t=hit.Parent.Torso:FindFirstChild("roblox") if s~=nil then s:remove() end if p~=nil then p:remove() end h.MaxHealth=200 if t~=nil then if t.Texture=="http://www.roblox.com/asset/?id=3555194" then h.MaxHealth=500 <--------------------------i could cheat right here, but i like a fair game. :) else t:remove() end end h.Health=h.MaxHealth h.Health=h.Health-1 h.Parent.Head.BrickColor=BrickColor.new("Black") h.Parent:FindFirstChild("Torso").BrickColor=BrickColor.new("Light stone grey") h.Parent:FindFirstChild("Left Arm").BrickColor=BrickColor.new("Light stone grey") h.Parent:FindFirstChild("Left Leg").BrickColor=BrickColor.new("Light stone grey") h.Parent:FindFirstChild("Right Arm").BrickColor=BrickColor.new("Light stone grey") h.Parent:FindFirstChild("Right Leg").BrickColor=BrickColor.new("Light stone grey") end end wait(.5) end end script.Parent.Touched:connect(touched)

--http://www.roblox.com/asset/?id=3555194

0
I dont believe on this website someone can program u an entire system for mobile support... mono67890 -2 — 1y
0
can you explain what you're trying to do? T3_MasterGamer 2189 — 1y
0
This was a script to do something on touch WindowsVistaiswow 4 — 1y

Answer this question