#basic script which idk
31 messages · Page 1 of 1 (latest)
so does it work?
wait
no ofc it doesn not
im stupid
wait
i think ur doing the fov wrong
oh end is undertline
local meh = game:GetService("UserInputService")
local player = game.Players.LocalPlayer
meh.InputBegan:Connect(function(key)
if key.KeyCode == Enum.KeyCode.Q then
for i=70, 100,5 do wait()
workspace.Camera.FieldOfView = i
end
end
end)
``` here
oh yea
add the line where u fire the remoteevent
thanks
also
do you know how to make a script if someome enters your aura particle
it will freeze then and play a animation
of them being froze
oh
so i made
a little aura script whe you clicked a key a big sphere would appear
i wanna make it so
if you enter the sphere you wont be able to move and a animation of you being stunned will play
A big sphere
Hii gronk
Right, so what you can do is see when something touches the sphere using .TouchStarted, and then get if the thing that touched it is a player
If it's a player, do your thing, freeze them, etc.

send scrn shot
of what