You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
How to reference all of my Parts in my Character?
- What is the issue? Include screenshots / videos if possible!
How to reference all of my Parts in my Character?
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I haven’t tried any solutions so far. I did look for solutions on the Developer Hub.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- This is an example Lua code block
local LocalPlayer = game.Players.LocalPlayer
repeat wait(1) until LocalPlayer.Character
local HumanoidRootPart = LocalPlayer.Character:WaitForChild("HumanoidRootPart")
HumanoidRootPart.Anchored = true
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.