so i have this script that runs perfectly well in studio but when i save and update the game, then VISIT the place i just updated, it doesnt work for some freakin reason.... ugh.
i swear editing something perfectly in studio, just to have it not work when visiting it makes wanna.... you know, so please try to reply back soon. <3
Lua:
wait(5)
Instance.new("ScreenGui",game.StarterGui)
local textBOX2 = Instance.new("TextLabel",game.StarterGui.ScreenGui)
textBOX2.Visible = true
textBOX2.Text = "THE BALINSIAGAS WILL GET YOU"
textBOX2:TweenSize(UDim2.new(0,200,0,200),"Out", "Back", 1)
textBOX2:TweenPosition(UDim2.new(0,450,0,150),"Out", "Back", 1)
wait(10)
for count = 1,5,1 do
wait(0.1)
textBOX2.Visible = false
wait(0.1)
textBOX2.Visible = true
end
textBOX2.Visible = false
i swear editing something perfectly in studio, just to have it not work when visiting it makes wanna.... you know, so please try to reply back soon. <3