How would I script a quest complete UI? I already have the quest but I don’t know how to signal when the quest is done and UI would show up for the player who completed the quest.
All help is appreciated!!
How would I script a quest complete UI? I already have the quest but I don’t know how to signal when the quest is done and UI would show up for the player who completed the quest.
All help is appreciated!!
I am still trying to figure it out any help is appreciated!
You can add an IntValue in the Player called “Quests” When a player completes a quest add +1 in the IntValue you could check on the Client if a quest Changed you’d do the UI says “Completed” or whatever you’d like.
use a remote event to fire the client and then when you detect that you show the gui