Hello and welcome! I dont know how to make a winning gui
I think its gonna based of who the first touches finish but. i know how to make gui change, but dont know how to display Winner's name like show below
Winner is "Winner's name"
can somebody help me?
I found answer on youtube :-P
game.Workspace.Detector.Touched:Connect(function(hit) local player = hit.Parent if player:FindFirstChild("Humanoid") then script.Parent.Text = player.Name .. " has Touched the part!" end end)
Closed as Not Constructive by WideSteal321 and imKirda
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?