#guys I need help because I have this problem where it doesnt print 1 and also the gui doesnt appear
1 messages · Page 1 of 1 (latest)
at line 21
unless thats bindable in replicated for some reason
cant see lines on discord
ye thats bindable
bruh
you know diffrence between bindable
and
remote right
so why is it in replicated storage
I just sent player too
what?
so which one is line 21
wyh is your bindable in replicated storage
is what am curious about
sendAbility.Event:Connect(function(plr, roll)
print(plr, roll)
local plrInData = data[plr.UserId]
if not plrInData then return end
print("Roll received:", roll.name)
if roll.name == "Healer" then
print(1)
if table.find(plrInData.AbilityOwned, roll.name) ~= nil or table.find(plrInData.AbilityEquipped, roll.name) ~= nil then
plrInData.Money += 50
end
table.insert(plrInData.AbilityOwned, roll.name)
local newAbility = ReplicatedStorage.Guis.Healer:Clone()
newAbility.Parent = plr.PlayerGui.Shop.PowersFrame.UnlockedPowers
end
end)```
thats the line
so the first print aint working?
ye
do you ever
no
fire it?
where it says print(1)+
ye but when I print the above one it says all the details
show me what it prints
k wait
Azlanamanaz ▼ {
["name"] = "Healer",
["rarity"] = 30
} - Server - DataSave:14
here it is
so it doesnt even print that
it does
i want you to show me this print
exactly what it says
in console
even attempting to debug this gotta be hell @lethal garden 😭