Something wrong in the script,working in studio but not in roblox game,someone knows what happen??
There are 2 scripts not working in game.
First one
03 | script.Parent.HumanoidRootPart.Steps:Stop() |
04 | script.Parent.Base.PointLight.Range = 0 |
05 | script.Parent.Base.PointLight 2. Range = 0 |
06 | script.Parent.Humanoid.WalkSpeed = 9 |
07 | script.Parent.V.Value = 1 |
08 | local Player = game:GetService( "Players" ).LocalPlayer |
09 | local stats = Player:WaitForChild( "stats" ) |
10 | local Light = Player.stats.Light |
11 | if script.Parent.V.Value = = 1 and Light.Value = = 1 then |
12 | script.Parent.Base.PointLight 2. Range = 18 |
13 | script.Parent.Humanoid.WalkSpeed = 30 |
16 | wait(math.random( 7 , 10 )) |
17 | script.Parent.V.Value = 0 |
18 | script.Parent.Base.PointLight.Range = 18 |
19 | script.Parent.Humanoid.WalkSpeed = 25 |
21 | if Light.Value = = 1 then |
22 | script.Parent.HumanoidRootPart.Anchored = true |
23 | script.Parent.HumanoidRootPart.Scream:Play() |
25 | script.Parent.HumanoidRootPart.Anchored = false |
26 | script.Parent.Humanoid.WalkSpeed = 9 |
27 | script.Parent.Base.PointLight.Range = 0 |
28 | script.Parent.V.Value = 1 |
Second one
01 | local Player = game:GetService( "Players" ).LocalPlayer |
02 | local stats = Player:WaitForChild( "stats" ) |
03 | local Light = Player.stats.Light |
05 | if script.Parent.V.Value = = 1 and Light.Value = = 1 then |
06 | script.Parent.Base.PointLight 1. Range = 0 |
07 | script.Parent.Base.PointLight 2. Range = 18 |
08 | script.Parent.Humanoid.WalkSpeed = 30 |
09 | local script 2 = script.Parent.Script 2 . |
10 | script 2. Parent = game.Lighting |
12 | script.Parent.Base.PointLight 2. Range = 0 |
13 | script.Parent.Base.PointLight 1. Range = 0 |
14 | script.Parent.Humanoid.WalkSpeed = 9 |
15 | script 2. Parent = script.Parent |