this line is giving me an error:
local winner = RequestWinnerData:InvokeServer(coinData, RouletteFrame.RedLine.AbsolutePosition.X)
heres where all the stuff is:
is this script glitching out or is it something I did?
this line is giving me an error:
local winner = RequestWinnerData:InvokeServer(coinData, RouletteFrame.RedLine.AbsolutePosition.X)
heres where all the stuff is:
is this script glitching out or is it something I did?
PlayerGui has not the property “Absolute Position”.
(replying to @iotalua):
Line 88 of your server script is erroring, the client just inherits this error because the server could not return a value.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.