Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Click Screen... continue? [closed]

Asked by 10 years ago

This script works fine when I test it in ROBLOX Studio but when I go on roblox it does not work. Why?

local number = 0
script.Parent.MouseButton1Click:connect(function()
script.Parent.Parent.TextBox.Text = "".. number
end)

If I got some mistakes you get the point. IT WORKS FINE IN STUDIO... but not in Roblox. Why? I saved and uploaded the file to the game but it still does not work on ROBLOX. Why?

1
is it a local script? VariadicFunction 335 — 10y
1
No. I will try that raystriker6707 30 — 10y

Locked by OniiCh_n and BlueTaslem

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?