I know this is a basic question, but I couldn’t find any tutorials on it. So how do you make a script in which you hold e or do “e to interact” to set something down like on a selected surface. Like, when walking up to the surface with an item, you can click e to set the item down on the surface and it welds, but then you can also pick it back up again by clicking F or E or something like that. How do you do this? Hope this makes sense. And thanks for the help.
I don’t fully understand what you are talking about, but I hope this helps: ProximityPrompt | Roblox Creator Documentation
Like, I want to set like a crate down on a truck, but i want the truck’s bed to have a script in which it shows me “hold e to place down”
put a proximity prompt inside attachment on truck, inside proximity prompt make script that when pressed it will you know weld and then it will change the prompt’s text to pick up instead of place down, and when this one is pressed, it shall unweld and you will pick it up, it will go back to ‘place down’ text, and the script will start again, by a recursive function or a loop.
but i’m not a scripter, so i dont know how to script that.
Look up a tutorial/the documentation on ProximityPrompt instances, they will accomplish exactly the task you’re trying to achieve.
Thank you guys so much, I really appreciate the help.