Categories > Exploiting > Scripts >

looking for a light script exploit

Posts: 1

Threads: 1

Joined: Mar, 2020

Reputation: 0

Posted

Was trying to find a way to make all the lights in a roblox server go on and off with synapse as for you can play sounds with the script below. for any light in the workspace can be turned on as if there are alarm siren lights, or lights on a car, a police cars light bar.

for i,v in pairs(game.Workspace:GetDescendants()) do

if v:IsA("Sound") then
v:Play()
end
end
  • 0

Posts: 1498

Threads: 89

Joined: May, 2018

Reputation: 24

Replied

Depends if the light has a switch which could be turned on and off.

  • 0

Hello there

#StayHome

 

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )