So when I try to add multiple CAS (contextactionservice) buttons they don’t appear.
But when I add 1 it appears.
Any problems related to this?
if not (UIS.KeyboardEnabled) then
local water = CAS:BindAction("Water",water,true,"t")
CAS:SetPosition("Water",UDim2.new(0.72,-25,0.20,-25))
CAS:SetTitle("Water","Water")
local fire = CAS:BindAction("Fire",fire,true,"t")
CAS:SetPosition("Fire",UDim2.new(0.72,-25,0.25,-25))
CAS:SetTitle("Fire","Fire")
end