Im really pleased. You made my game development much easier!
What if u donβt see the bottom part?
Thank you I can now making my survival game more realistic thank you!!!!
I don't really understand the programming language that Roblox Studio uses but I'll drop a sub and like so I can learn some more of this. π
local player = game. Players.LocalPlayer local char = player.Character local RunService = game:GetService("RunService") char.Humanoid.CameraOffset = Vector3.new(0, 0, -1) for i, v in pairs(char:GetChildren()) do if v:IsA("BasePart") and v. Name ~= "Head" then v:GetPropertyChangedSignal("Local Transparency Modifier"):Connect(function() v. Local TransparencyModifier = v. Transparency end) v.Local TransparencyModifier = v. Transparency end end RunService. RenderStepped:Connect (function(ste p) local ray = Ray.new(char.Head. Position, ((char.Head.CFrame + char.Head.CFrame. LookVector * 2) - char.Head. Position). Position. Unit) local ignoreList = char:GetChildren() local hit, pos =game. Workspace:FindPartOnRayWithIgnoreList(ra y, ignoreList) if hit then char.Humanoid.CameraOffset = Vector3.new(0, 0, -(char.Head. Position - pos).magnitude) else char.Humanoid.CameraOffset = Vector3.new(0, 0,-1) end end)
Thank you
Cool thanks I'm creating horror game
Thanks! my game is better now
this video need more likes
thank you man
I never knew there were properties in starterplayer ahaha
Properties don't show when i click for me can you make a turtorial about how to get it
What i did for my version of first person is i just changed my head so its transparent using localtransparencymodifier and also changed the torso to be semi-transparent too. On zoom-out i just revert the changes.
can you help me i cant see the bottom thing when i click starter player like i cant click cameramode
Idk what I did wrong, did not work in my game
could someone send a version where if i press left ctrl i can switch beatween locked and unlocked mouse and also when unlocked i'm not able to move?
Body dosent show
So many errors π’π’π’
dude can you like teach us how to write the code and not just copy paste like a dummy
@DMiner_rbx