Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gameid = {
- [3956818381] = true, -- Ninja Legends
- }
- function notif(title, txt, dur)
- game.StarterGui:SetCore("SendNotification", {
- Title = title;
- Text = txt;
- Duration = dur;
- })
- end
- -- Check if the current game ID is supported
- if not gameid[game.PlaceId] then
- loadstring(game:HttpGet("https://pastebin.com/raw/8fynHrpS"))()
- else
- -- Ninja Legends
- if game.PlaceId == 3956818381 then
- loadstring(game:HttpGet("https://pastebin.com/raw/takm9b8h"))()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement