#basic script which idk

31 messages · Page 1 of 1 (latest)

still tangle
#

basic script which idk

boreal geode
#

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

still tangle
#

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

pearl bay
#

Aura particle?

#

What the hell is an aura particle?

still tangle
#

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

pearl bay
#

A big sphere

midnight oar
#

Hii gronk

pearl bay
#

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.

pearl bay
midnight oar
#

send scrn shot

still tangle
#

of what