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

where should i store this ?

Asked by 8 years ago

I want to make store where players can buy weapons, but where would i store the weapons so that if the player buys it it will be added to there inventory. Sorry i dont have a script to show :/

1
I think i found it, would i use ReplicatedStorage ? HyperSpeed05 40 — 8y
0
Yes, ReplicatedStorage would work XAXA 1569 — 8y
0
Can i still store the scripts in there too ? HyperSpeed05 40 — 8y
0
ye JJ_B 250 — 8y
View all comments (2 more)
0
Scripts in ReplicatedStorage do not run until they're taken out of there, but yes, you can store them there. XAXA 1569 — 8y
0
k, thanks so much :D HyperSpeed05 40 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

ReplicatedStorage is most likely what you're looking for. You can store objects within it, and while in ReplicatedStorage, scripts don't run, and everything is exactly how it was when it was put in.

Lighting was used before ReplicatedStorage was added in, but it is much less efficient and not recommended unless for some odd reason you can't use ReplicatedStorage.

If you found my answer helpful, consider giving me an upvote and checking out Roblox Guides. If it was hard to understand or you have any questions, feel free to contact me.

Ad

Answer this question