Hello,
I was trying to make a Questing System, And I made it buy I saw some ppl doing this:
local module = {} module.Dialog = { local module = {} module.Dialog = { ["Quest01"] = { ["Text1"]= "Hi, Can you help me defeat some Bruters", ["Response1"]= "Sure, Where they at?", ["Text1"] = "Right Down the river" ["Exit"]= "Cancel" } } return module return module
So I saw that using that will be alot easy than just a script.
Can I know how Can I get does data into a normal Script?
Thanks for Advance