I maked a game where i need custome mobile button for interactive things ! Or i dont have idea how i can make ! I want use that button what is i use in pc version ! What i need change :
local Context = game:GetService("ContextActionService") local Int = workspace.Hozaerve function onButtonPress () Int.Value = true end local mobilebutton = Context:BindAction("Interactive",onButtonPress,true,"I") Context:SetPosition("Interactive",UDim2.new(0.75, 0,0.395, 0))