Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 12533625712 then --ALPHA-Motorcycle
- loadstring(game:HttpGet("https://pastebin.com/raw/BBpFHqv5"))()
- elseif game.PlaceId == 5534174456 then --Tropical resort
- loadstring(game:HttpGet("https://pastebin.com/raw/9YRKHs1p"))()
- elseif game.PlaceId == 192800 then --work at pizza place
- loadstring(game:HttpGet("https://pastebin.com/raw/HppdqJTD"))()
- else
- game.StarterGui:SetCore("SendNotification", {
- Title = "Game not supported"; -- the title (ofc)
- Text = "Maybe wrong game or script "; -- what the text says (ofc)
- --Icon = "rbxassetid://57254792"; -- the image if u want.
- Duration = 20; -- how long the notification should in secounds
- })
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement