Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(1) do
- local answer = workspace.answer.Value
- if workspace.ReadingPrompt.IsPlaying == true then
- wait(1.2)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Answer";
- Text = answer;
- Icon = "rbxassetid://57254792";
- Duration = 10;})
- end
- end
Advertisement
Advertisement