#Issues with script about "Tool Giver GUI"
22 messages · Page 1 of 1 (latest)
Because you cant acces server storage from client
Fist of all, you cant do that in local script
@versed iris @rotund carbon
the solution for that issue is changing:
local tool = game:GetService("ServerStorage"):FindFirstChild(toolName)
to
local tool = game:GetService("ReplicatedStorage"):FindFirstChild(toolName)
??
i'm beginner
Use remote event to ask the server to give the player the tool
where i put the tools
?
Server storage
Don't use chat gpt
Oh boy... Chat GPT is so fucking bad at roblox scripting... dont use it