mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-16 23:31:54 +00:00
More type fixes and need to fix CoreGuis PlayerAdded
This commit is contained in:
@@ -102,14 +102,14 @@ end
|
||||
function Flashlight:On()
|
||||
Flashlight.Enabled = true
|
||||
|
||||
self.ToggleSound:Play();
|
||||
self.ToggleSound:Play()
|
||||
self.SpotLight.Enabled = Flashlight.Enabled
|
||||
end
|
||||
|
||||
function Flashlight:Off()
|
||||
Flashlight.Enabled = false
|
||||
|
||||
self.ToggleSound:Play();
|
||||
self.ToggleSound:Play()
|
||||
self.SpotLight.Enabled = Flashlight.Enabled
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user