Hello.
I play on Gunzodus server and i have a problem with casino script.
My problem is server command (!cast) is looked like someone rolling a dice.
When u bet H and Casino rolled a H, u can say !cast (name_casino) rolled a 6. and casino script think u win.
This bug look that:

This is fragment a casino script i think here is problem:
Code:
EffectMessageProxy.OnReceive("DiceSignal", function(proxy, message, x, y, z)
if Roll_Dice_Signal then
if _RemoteDice then
wait(50)
roll = string.match(message,_Remote_CassinoName .." rolled a (.+).")
if roll then
dice = Signal.New('Dice')
dice:Send(roll)
end
end
end
end)
Thanks for help