to check if the melee button exist
GunGui.ChildAdded:Connect(function(thing)
if thing.Name == "MobileButtons" then
print("Gui found")
else
print("No gui found")
end
end)
to check if the melee button exist
GunGui.ChildAdded:Connect(function(thing)
if thing.Name == "MobileButtons" then
print("Gui found")
else
print("No gui found")
end
end)