Advertisement
Shocker130000

Os playing on

Jun 24th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. for _,v in ipairs(game.Players:GetChildren()) do
  2. game:FindService('StarterGui'):SetCore('SendNotification', {
  3. Title = v.Name,
  4. Text = 'Playing on: '..v.OsPlatform,
  5. Icon = [[http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userName=]]..v.Name..[[&RAND]] .. math.random(1,100000000),
  6. Duration = 5,
  7. })
  8. wait(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement