Why isn't my click detector working? [no errors]
Asked by
6 years ago Edited 6 years ago
01 | detect = workspace.Lottery.Man.Head |
03 | detect.ClickDetector.MouseClick:Connect( function (plr) |
04 | if math.random( 1 , 100 ) = = math.random( 1 , 100 ) then |
05 | game:GetService( "Chat" ):Chat(detect, "You have won the lottery! Congratulations" , "Red" ) |
06 | elseif plr.Name = = "HappyTimIsHim" then |
07 | game:GetService( "Chat" ):Chat(detect, "You have won the lottery! Congratulations" , "Red" ) |
09 | game:GetService( "Chat" ):Chat(detect, "You have lost the lottery. Better luck next time!" , "Red" ) |
I have made a lottery script for a man. But when I click the head it doesn't do anything. Also if nothing works let me tell u something. I made a hitbox called head and made the normal head named "fakehead" cuz i was too lazy to changed anything.
First script is in StarterGui. Second script is in the clickdetector. The Remote Event is in Replicated storage.