Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- msg = Instance.new("Message", workspace)
- msg.Text = "just checking FE, ignore me"
- wait(3)
- msg:Destroy()
- wait(3)
- local msgm = Instance.new("Message", workspace)
- if workspace.FilteringEnabled == true then
- msgm.Text = "there is FE here so everything you will do here wont work lol"
- else
- msgm.Text = "yay there is no FE here so everything you do here will work :D"
- end
- wait(5)
- msgm:Destroy()
Add Comment
Please, Sign In to add comment