So , when I test my scripts usually its ok and normal but sometimes it adds a line or removes a line. The worst was that it deleted the whole script and I had to redo it.
local InRadians = math.rad(28) local cos = math.cos(InRadians) local t = game.Players.LocalPlayer.PlayerGui:WaitForChild() local label = t.ScreenGui.TextLabel t.Text = cos
This is the script I wrote (it doesnt work and i am trying to fix it)
When I run the script this happens
local InRadians = math.rad(28) local cos = math.cos(InRadians) local t = game.Players.LocalPlayer.PlayerGui:WaitForChild() local label = t.ScreenGui.TextLabel t.Text = cos t.Text = cos -- It added a line automatically without me doing it
It happened a few times already so I just wanna know if anybody is experiencing this as well?
Roblox Studio does not delete or add lines of code. It is highly likely someone who has access ro edit your game removed them.