So i have been working on a interaction system and i have wanted to port it too mobile but im not really sure how i could remove the small button if the player is not near the part
local I_R = function(NM ,AT)
if NM == "I_R" then
if AT == Enum.UserInputState.Begin then
local I_RP = G_I()
if I_RP then
print(I_RP)
end
end
end
end
CAS:BindAction("I_R", I_R, true, Enum.KeyCode.E, Enum.KeyCode.ButtonY)