Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local api = {}
- api.notify = function(msg)
- game.ReplicatedStorage.Notify:Fire(msg) -- idfk if its a remoteevent, remotefunction or some shit, but ill find out soon.
- end
- api.prompt = function(title,content,choices)
- game.ReplicatedStorage.Prompt:Fire(title,content,choices)
- end
- return api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement