Trying to make my first tool, Infinite yield ocurred?
This script doesnt work saying Infinite yield possible on 'Players.ceyhunveysel:WaitForChild("PlayerGUI")... Thanks so much if you could help any little bit! I'm tryna make a tool (my first design) so...
02 | "Roblox was created in 2006." , |
03 | "erik.cassel was a cool guy! Sad that he died." , |
04 | "Did you know that builderman was David Baszucki?" , |
05 | "Builderman now plays in david.baszucki!" , |
06 | "YouTube has some secret no titled videos in it! Go try to find one." , |
07 | "Go play Sword Fight Tournament by TheGamer101! It's an old good game!" , |
08 | "Toby Fox, AKA. Annoying Dog made Undertale! I'm pretty sure you know that, but yeah." , |
09 | "On your next life, use No more." , |
10 | "Sometimes the only choice is Fight Back..." , |
11 | "A joke isn't always a joke from your friend! Maybe he's bullying! Be sure!" , |
12 | "Joke is small. But a prank is higher meaning!" , |
13 | "Roblox is getting sued for stealing Uuhhh from Messiah... Sad!" , |
14 | "RIP XXTentacion... <3" |
17 | local player = game.Players.LocalPlayer |
18 | local PlayerGUI = player:WaitForChild( "PlayerGUI" ) |
19 | script.Parent.Activated:Connect( function () |
20 | local BallGUI = script.Parent.GUI:Clone() |
21 | BallGUI.Parent = PlayerGUI |
22 | BallGUI.BallFrame.BallTruth.Text = answers [ math.random( 0 , #answers) ] |
24 | script.Parent.Unequipped:Connect( function () |
25 | if PlayerGUI.BallGUI = = not nil then |
26 | player.PlayerGUI.BallGUI:Destroy() |