Hey I am just needing basic scripts... Like a fade out GUI script... Or somthing like how to make a Lock first person script... Just the basic things for LUA scripting.
Fade out GUI :
for i = 1,50 do -- be sure to put this inside your gui wait() script.Parent.BackgroundTransparency = script.Parent.BackgroundTransparency + .02 -- subtracting will result non black adding will result in black end
LockFirstPerson : (LOCALSCRIPT)
game.Players.LocalPlayer.CameraType = "LockFirstPerson"
Closed as off-topic by evaera
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.
Why was this question closed?