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

Best way to re-parent tools so that they don't mess up?

Asked by 8 years ago

this is what I've tried, but for some reason my guns don't work when I equip them...

(this is in a global script in under StarterGui)

    local gun=game.Lighting.DMR:Clone()

    gun.Parent=player.Backpack

Should I try parenting it under StarterPack maybe?

Thx for the help everyone

1 answer

Log in to vote
1
Answered by 8 years ago

First off, there is NO reason for you to still be storing stuff into the lighting, put it in ReplicatedStorage or ServerStorage. But if you want to give it to all the people, just put it in StarterPack. But I don't get why the tools wont work, make sure it's not a problem with the tool itself. Is your game FilteringEnabled?

0
yes NAWESOME14 40 — 8y
Ad

Answer this question