#problem with putting tool in specific player's StarterGear

12 messages · Page 1 of 1 (latest)

nova pebble
#
local cost = 50

script.Parent.Triggered:Connect(function(plr)
    if plr.leaderstats.Points.Value >= cost and not plr.StarterGear:FindFirstChild("Bow") then
        local bow = game.ReplicatedStorage.ShopItems.Bow:Clone()
        bow.Parent = plr.StarterGear
        plr.leaderstats.Points.Value -= cost
    end
end)

my points are subtracted by 50 and that is how i know that it went through the cloning and it didn't show any bugs in output. please help me!!! this was a server script btw

sleek ether
#

we cant help you with your problem unless you tell us the problem

nova pebble
#

i literally did

sleek ether
#

so whats the problem?

nova pebble
#

bruh

sleek ether
#

you just said you have issues putting it in starter gear

nova pebble
#

my points are subtracted by 50 and that is how i know that it went through the cloning and it didn't show any bugs in output. please help me!!! this was a server script btw
gamer8 — Today at 11:26 AM
we cant help you with your problem unless you tell us the problem
RETRO_groovy
OP
— Today at 11:27 AM
i literally did
gamer8 — Today at 11:27 AM
so whats the problem?
RETRO_groovy
OP
— Today at 11:27 AM
bruh
gamer8 — Today at 11:27 AM
you just said you have issues putting it in starter gear

sleek ether
#

you said yourself it dosnt error

#

there is NO issue

nova pebble
#

i just fixed it so there is NO point

#

thanks.. though..

sleek ether
#

im guessing you also wanted it in bp