Categories > Exploiting > Complaints >

MouseButton1Click() crashes roblox instantly

Posts: 1

Threads: 1

Joined: Nov, 2020

Reputation: 0

Posted

Even if you just execute only MouseButton1Click() it crashes the game, so it can't be my script. Does it need arguments that aren't mentioned in the documentation or is it just broken?

  • 0

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

Uhh

What are you using

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

need more info fellow crewmate

  • 0

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

@63454 Stop now

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@Moon as a crewmate i do what i want

  • 0

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

@63454 Cool wait for a mod to thread lock u

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@Moon ok 

  • 0

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

People these days -_-

  • 0

Posts: 19

Threads: 3

Joined: Nov, 2020

Reputation: 0

Replied

If you're trying to make a script for a button to click to do something, you should not add "Click", but for an example there is a script if you're trying to make it an executor ofc

 

MouseButton1Down:Connect(function()

  print("hi")

end

 

If it doesn't work (first try making it in Roblox Studio) then try with this script,

or just watch an video on YouTube. That's simple, buddy.

  • 0

Added

**FIXED**

 

Basically, you need a variable so you don't have to use the full script as im doing that always. So, at the begging, you type:

 

local button = script.Parent

 

Alright. Now, as we got the variable, you need the script for the button script, right? That's simple, really simple right now. You just type:

 

button.MouseButton1Click:Connect(function()

        

end)

 

Well, as you can see, you have the button script already. Wait, there's still what we have to do in these scripts. We need to add something right there! Otherwise, there will be just a normal output from the script, and it will be just actually useless. So that's what you can type for an example:

 

print("Button clicked! Function triggered!")

 

That's all you should type in these scripts. If you want, you can just copy and paste the "source code" from the script and that's all that you need. I hope that I've helped you.

 

Full script:

 

local button = script.Parent

 

button.MouseButton1Click:Connect(function()

      print("Button clicked! Function triggered!")

end)

 

Thank you for reading! I hope I helped you with something that you need for your script, or something else, so basically you should accept me in that WRD community and you shouldn't call me somebody that is a "noob" or a "newbie."

 

 

  • 0

arent u sad when somebody doesn't reply to ur dms?

yeah i got that boi.

Posts: 226

Threads: 45

Joined: Mar, 2020

Reputation: -16

Replied

@Moon 

Tbh with you , You cant say sh!t as well with you're stupid support response and its getting annoying really fast.

  • 0

Exploit i have : Synapse X , Sir hurt . 

Hubs i use , Dark hub , Alpha X 

Guis I made : Tower of hell > https://pastebin.com/5gV0H08w

Posts: 94

Threads: 14

Joined: Nov, 2018

Reputation: 8

Replied

@PhoenixCheats I'm more than sure he is referring to the API's global function "MouseButton1Click" (wrd-exploit-api-docs#CustomLuaEnvironment

 

 

  • 0

GitHub: https://github.com/sound-infinity

Discord: SoundInfinity#2135

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

@Exploithunter

I choose what I post on the forums and no one else controls that. Got a problem with it?

  • 0

Added

@Exploithunter

YOU'RE  not helping the users and no one else really is so somebody has to do it

  • 0

Posts: 226

Threads: 45

Joined: Mar, 2020

Reputation: -16

Replied

@Moon So as impostor can do that , Also i never said i helped anyone. You're not helping anyone either with you're stupid response.

  • 0

Exploit i have : Synapse X , Sir hurt . 

Hubs i use , Dark hub , Alpha X 

Guis I made : Tower of hell > https://pastebin.com/5gV0H08w

Next >>>

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )