of     1   

AchieveFailure
#194986962Sunday, July 31, 2016 12:41 AM GMT

Are there any scripts that actually work for making a game first person only? Also, how do I make it so when a person joins, they are invisible, and they dont spawn with a forcefield. I'd appreciate answers very much. thanks
iZug
#194993431Sunday, July 31, 2016 2:09 AM GMT

1. Go to starterplayer... hit properties, and change max zoom distance = 0.5. (first person) 2. Place a spawn plate, hit properties, and where it says Forcefield>Duration, set to 0. (no force field) 3.add a script into the spawn: ------ human = script.Parent function onTouched(part) part.Transparency = script.Parent.Transparency wait(.3) end connection = human.Touched:connect(onTouched) ------ and make the spawn COMPLETELY invisible. (this maked the player invisible) I BUILD FOR SUPER CHEAP PM ME!
pidgey
#194995736Sunday, July 31, 2016 2:39 AM GMT

game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson https://www.roblox.com/My/Groups.aspx?gid=2893266 | pidgey is my name sh##posting is my game
AchieveFailure
#194995814Sunday, July 31, 2016 2:40 AM GMT

I need a scripter for a horror game Im working on. PM me
pidgey
#194995919Sunday, July 31, 2016 2:42 AM GMT

pay? https://www.roblox.com/My/Groups.aspx?gid=2893266 | pidgey is my name sh##posting is my game

    of     1