Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if workspace.FilteringEnabled == true then
  2. game.StarterGui:SetCore('SendNotification', {Icon = "http://www.roblox.com/asset/?id=1986619360"; Duration = 5; Title='Filtering Enabled'; Text='Filtering is Enabled'})
  3. else
  4. game.StarterGui:SetCore('SendNotification', {Icon = "http://www.roblox.com/asset/?id=1986619360"; Duration = 5; Title='Filtering Disabled'; Text='Filtering is Disabled'})
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement