#Can’t make a clicking to get a tool script work
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
Mkay
If you need a video to show what’s wrong lmk
video?
One minute I’m testing one last thing
alright
same
Sorry my Roblox studio just freaking crashed and even task manager wouldn’t close the dang thing, but the problem is I got a model from the toolbox with a script that makes it so when you click a part you are given a gear. I used it before and it worked but now im trying it again cause i need a tool to be grabbable
And either I’m missing something or Roblox studio is just flipping me the bird
Click detector?
Yeah it’s there
aah lol i see whats going on probably
** You are now Level 5! **
are you cloning the tool?
Uhh I put the tool into serverstorage
are you cloning it tho on a server script?
And the script is supposed to retrieve it and give it to the player who clicked
if you are just giving it then it will be gone for every other player, you must clone it via server script
I think it’s cloning? Hang on I’ll send a screenshot of the script once the game loads back up
thanks
thing offscren there (the bracket after connect) is "(function(plr)"
Lmk if this is cloning or not idk anything really about scripting
@pearl wigeon
klone
Wait- HELPP
I didn’t even see that
Do I just change it to clone
I didn’t make this script btw I got this off of free models
But I can’t freaking script 💔🥀
I can try but I have a hard time learning stuff sometimes, I’ll try again tho
** You are now Level 2! **
Last time I tried was like 2 years ago so 😭
Is it still in date? Considering some other tuts I’ve seen are like 1 year old and don’t work anymore
it works some things are maybe outdated like he prolly uses
wait(time)
instead of
task.wait(time)
but for you these dont matter yet
Oh ok
also if you dont understand certain things the original lua documentation can also help
https://www.lua.org/pil/contents.html
