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

How can I make a item reward after completing a quest?

Asked by 4 years ago
Edited 4 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

~~~~~~key = script.Parent.Keycard

script.GiveCard.OnServerEvent:Connect(function(player,choice) print(player.Name) local card = key:Clone() card.Parent = player.Backpack end)~~~~~~~~~~~

~~~~~~~~~~~~~That is the script that I am using right now with the keycard in it Know a better way?

It has been over a month! Since I've started working on this!

I will be very happy if I can get some help! Ty!

0
Don't post a question solely to advertise your game - post code as well User#24403 69 — 4y
0
Alright ty, I'm new to this site. iowhjmmjjm 7 — 4y
1
In your title you are asking one thing and in description other thing. Be more specifin on what you need karlo_tr10 1233 — 4y

Answer this question