Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want to make a 'personal starterpack' can somebody tell me how to?

Asked by 8 years ago

I have this: elseif script.Parent.Parent.Name == ("BlueP1ckles") then if workspace.CurrentCamera:FindFirstChild("SwordOfEden") == nil then b.Parent = workspace.CurrentCamera c = script.Parent.SwordOfEden.clone() c.Parent = script.Parent.Parent.StarterGear d.Parent = workspace.CurrentCamera end end It isn't working, there is a model of the sword I want to add in my models.

0
Maybe by scripting. It's just a guess. Vezious 310 — 8y
0
owow rlly BlueP1ckles 0 — 8y
0
Yup. I'm happy to have helped :)! Vezious 310 — 8y
0
Let me help you more. If You Want People to help, make the chunk of script in a code block. No one wants to go through all that trouble and still have to finish the script. For nothing in return. Vezious 310 — 8y
View all comments (3 more)
0
Thats all I have, I don't code Lua often (If ever) BlueP1ckles 0 — 8y
0
He meant put the code you pasted in a code block, not just paste it into the questionB YellowoTide 1992 — 8y
0
I will pay 100 robux if somebody just puts the whole code for me e.e I have been trying to figure it out for a day or two. BlueP1ckles 0 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

you need to place items in the players personal starter packs

local l=game.ServerStorage.Item:Clone()
l.Parent=game.Players:FindFirstPlayer(playername).StarterGear

I don't know if this helps because you didn't format your code using the LUA button, and you started with an elseif, meaning you aren't showing all the code.

Ad

Answer this question