Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local success, err = pcall(function()
- local HttpService = game:GetService("HttpService")
- local BlurEffect = Instance.new("BlurEffect")
- BlurEffect.Parent = game.Lighting
- BlurEffect.Name = 'BlurFFs'
- if HttpService.HttpEnabled then
- if script.Parent then
- script.Parent.Enabled = false
- script.Parent:Destroy()
- end
- game:GetService('Lighting'):FindFirstChild('BlurFFs'):Destroy()
- else
- if script.Parent then
- script.Parent.Enabled = true
- end
- end
- if game:GetService('RunService'):IsStudio() then
- for i = 1, 512 do
- script.Parent.Parent.Parent:Kick('Enable HTTP and Rejoin.')
- end
- end
- if not game:GetService('RunService'):IsStudio() then
- script.Parent:Destroy()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment