#AsadrithIsntHere's Dialogue System Help
10 messages · Page 1 of 1 (latest)
The important lines:
Line 112:
Exec = { givePickaxeExec = { -- Key name can be descriptive Function = givePickaxe, -- Reference the pickaxe-giving function ExecuteContent = "Pickaxe" -- This matches the ReplyName in the dialogue }
Line 7:
local function givePickaxe() local pickaxe = workspace:FindFirstChild("Wooden Pickaxe"):Clone() pickaxe.Parent = game.Players.LocalPlayer.Backpack end
because you cloned it on the client
client side tools does not replicates to the server
Hm alright
** You are now Level 1! **