Guest User

Untitled

a guest
Jan 31st, 2026
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local DialogueData = {
  2. ["gabrielcatdog"] = {
  3. PortraitId = "rbxassetid://129878706257599",
  4. Startnode = "Greetings",
  5.  
  6. Nodes = {
  7. ["Greetings"] = {
  8. Text = "Hey there! Roads ahead aren't as safe as they look"
  9. Choices = {
  10. {Text = "Why?}, Next = "AskWhy"
  11. {Text = "Explain", Next = "AskExplain"}
  12. {Text = "Bye", Next = "EXIT"}
  13. }
  14. }
  15. }
  16. }
  17. }
  18. }
  19.  
  20. return DialogueData
  21.  
Advertisement
Add Comment
Please, Sign In to add comment