My script refuses to change GUI text how to fix?
01 | local sign = game.Lighting:FindFirstChild( "SING" ) |
02 | local houso = game.Lighting:FindFirstChild( "door" ) |
03 | local tnt = game.Lighting:FindFirstChild( "dynamite" ) |
04 | local towa = game.Lighting:FindFirstChild( "tower" ) |
07 | among:Clone().Parent = workspace |
08 | me:Clone().Parent = workspace |
09 | sign:Clone().Parent = workspace |
10 | houso:Clone().Parent = workspace |
11 | tnt:Clone().Parent = workspace |
12 | towa:Clone().Parent = workspace |
14 | local scrips = game.ServerScriptService.lava:GetChildren() |
15 | for i,v in pairs (scrips) do |
23 | local amon 1 = game.Workspace:FindFirstChild( "Ambrogus" ) |
24 | local m 1 = game.Workspace:FindFirstChild( "hi" ) |
25 | local sig 1 = game.Workspace:FindFirstChild( "SING" ) |
26 | local hous 1 = game.Workspace:FindFirstChild( "door" ) |
27 | local tn 1 = game.Workspace:FindFirstChild( "dynamite" ) |
28 | local tow 1 = game.Workspace:FindFirstChild( "tower" ) |
36 | for i,v in pairs (scrips) do |
The comments I put are the lines to focus on.
Solutions i have tried:
RemoteEvents
If BoolValue == true statements
Just doing it from the actual script
This is NOT a localscript and the location of this script is in a folder in ServerScriptService