#gear help!
1 messages · Page 1 of 1 (latest)
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
heres the pastebin
cola is the mesh in the workplace and bcola is the gear im trying to get to work
i tried following a tutorial to the t but it isnt working
thank you but i figured it out RIGHT AFTER i posted it
also highlighting is good, specially for code this short ```lua
local cola = game.ServerStorage.Parts.bcola
script.Parent.Triggered:Connect(function(plr)
if not plr.Backpack:FindFirstChild(bcola.Name) then
bcola:Clone().Parent = plr.Backpack
bcola:Clone().Parent = plr.StarterGear
end
end)```
the script DOES work, it just required me to have the mesh and gear to be named the same 😭
i feel silly
also i dont think there is a plr.StarterGear
me either
theres only starterpack
which is counted under backpack from what ive seen
always watch your output window for errors https://create.roblox.com/docs/studio/output
thank youu
There is
It’s a child added into the player when they joins the game