How could I fix the InspectPlayerFromHumanoid issue? Roblox Studio
I currently have 2 local scripts inside of StarterCharacterScripts, One of them puts the proximityprompt inside the UpperTorso, the other one inspects when the proximityprompt is triggered (Right now I have it set to ended for testing purposes) This works fine, but when I try to inspect another persons avatar so I hold their proximity inside their torso down it does not inspect theirs at all. But it works completely fine when I inspect my own but when someone else tries to inspect mine it does not work either meaning its only able to inspect the local persons and no one elses why is this? (Both local scripts are inside ProximityPrompt, and the proximity is inside SCS)
Recognizing part with LocalScript
I am attempting to make a button that will only change on the screen of the player who interacts with it, however I am struggling to have the LocalScript actually recognize the part I need to be pressed
My code is not working even though I followed a tutorial
so my code is supposed to make a sphere look at the player and follow them with the decal facing them, however, the issue is that sphere, in every instance, has the error “unkown global ‘sphere’.
I have never coded in lua and simply followed a tutorial word for word
can someone please tell me why on earth is cloning a script not runing
code:
I need a tutorial in Roblox Studio
so i was in roblox studio and i had an idea, when you are locked in first person you cant move the mouse so, when i pressed the letter “V” the mouse would be movable and once you clicked “V” again the mouse would return locked just like weird strict dad
Clamp a part within bounds (Roblox)
I am making a building system for my game, for which I need to make a clamping function.
Roblox Custom Character
So currently I’m trying to make a script either in StarterPlayerScripts or StarterCharacterScripts and the problem is that I want to grab the users head and put it on a custom character so everyone can see it but everything I’ve been trying to do isn’t working at all.
Roblox Collection quest billboard gui
You can write your topic however you want, but you need to answer these questions:
So I want to make basically a quest and the player basically collects wood to pass the quest, I can do it with proximity prompts but i want to use billboard gui and when the player is close enough you press E then it happens. So basically I can do it with proximity prompts but i dont like proximity prompts so i want to use billboard gui but i cant manage to do it
How do I turn Part’s CanCollide off for only one player(specific player)?
When a player has a certain amount of something I wanna disable canCollide on a wall(part) but I don’t know how to do it only for one player. Right now you click something and it adds to your “Clicks” in leaderstats, and when you have a certain amount of clicks, you get should be able to get access through the wall
Problem with not finding the player on the path
When the script tries to find out information on the path “game:GetService(“Workspace”).NameValue.Value”.
it recognizes it, but if this information is used in the path “game.Players.PlayerName.Settings.Data.Ability.Value” then roblox gives the error “PlayerName is not a valid member of Players ‘Players’” can you help me how to fix this error?
Script: