About 21,700,000 results
Open links in new tab
  1. How do I find the player that clicked a GUI button

    Apr 23, 2022 · The MouseButton1Click automatically detects who clicked the GUI buttons for you. It detects who clicked the button and executes the code inside it. The code below executes the …

  2. Best way to detect GUI buttons using a image file as reference in ...

    Aug 17, 2020 · Show your extracted template and mask. Then explain where the error is located in your code? Use imshow to review each step to see that the images are as expected. You …

  3. Players:GetPlayerFromCharacter | Documentation - Roblox Creator …

    To do this, simply access the Character property. A character instance that you want to get the player from. Returns the Class.Player whose Class.Player.Character matches the given …

  4. How do I use LoadCharacter() when player presses a button - Reddit

    Aug 9, 2019 · You can't do LoadCharacter() from a LocalScript, so you'll need to use two more things to make your button load the character: RemoteEvent in ReplicatedStorage, name it …

  5. How would you reference a player's GUI from a script inside the character?

    Apr 10, 2022 · Put script.Parent in the place of character. You can get the Player using the :GetPlayerFromCharacter function. Here is an example: The function above gets the player …

  6. How can I detect buttons in a GUI of an app with pattern …

    I know how I can click/right-click/dbl-click/etc using a given button image and image recognition [1]. I don't know how I can do the other way round: scan the GUI and find those areas that …

  7. How to make a morph button - Roblox Forum

    Oct 16, 2018 · local par = hit.Parent. if par.ClassName == "Model" then. local hum = par:FindFirstChild("Humanoid") if hum then. local ply = …

  8. character select Screen - Unity Engine - Unity Discussions

    Jun 14, 2014 · if(GUI.Button(Rect(100,200,100,30),"Mage")){ charclass = true; mageclass = true; //sets the mage class to true warriorclass = false; clairicclass = false; if(mageclass) …

  9. Trying to find a character in a string, Python using Tkinter

    Dec 23, 2014 · The solution is to pass the text argument when you call "click_1" function using the "command" field of the button like so: button = Tk.Button(master=frame, text='A', command= …

  10. GUI button morphs a player into a model (How to do it?)

    Apr 7, 2020 · I made a GUI that has buttons, and when a player presses a button, they are supposed morph into the model that corresponds with that button. But I have no idea how to …

  11. Some results have been removed
Refresh