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

How to get helmet from severstorage?

Asked by 6 years ago

Probably a really stupid question (I'm new to lua)

I'm trying to figure out how you could get a helmet from severstorage by clicking on the gui button, and removing it by clicking it again.. I'm not sure how to do that part. Thank you...

local storage = game:GetService("ServerStorage")
local storage = storage["Face"].clone()
Parent:findFirstChild("Head")
local g = script.Parent.Parent.Head:clone()
0
Before I answer, do you want the helmet to be cloned to the player's head? IIApexGamerII 76 — 6y
0
@apexgamer Yeah, that's the idea. Sorry for not being specific Lengthtracked 5 — 6y
0
Okay. IIApexGamerII 76 — 6y
0
The client does not have access to ServerStorage. Clone and parent the helmet from ReplicatedStorage. Goulstem 8144 — 6y

1 answer

Log in to vote
-1
Answered by 6 years ago

Okay, so it's hard to explain by putting the scripts here.

So I made it myself for you.

LINK - www.roblox.com/library/913911383/

0
Doesn't work, clones helmet on ground.. Lengthtracked 5 — 6y
Ad

Answer this question