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

Not working my mobile touch system ! Why ?

Asked by
Tusi_1 17
4 years ago
Edited 4 years ago

local Imag = script.Parent.ImageLabel local Int = workspace.Hozaerve local function onTouchTap() if Imag.Image == "rbxgameasset://Images/I-H-W-M" then Imag.Image = "rbxgameasset://Images/I-H-B-M" Int.Value = true wait(0.1) Imag.Image = "rbxgameasset://Images/I-H-W-M" Int.Value = false end end Imag.TouchTap:Connect(onTouchTap)

Answer this question