#Car alarm when shooting a car
1 messages · Page 1 of 1 (latest)
if u dont know much about scripting you aint making fps
man
am sorry
just learn basics
or hire someone
im using a weapon system
I only make animations
But you can't tell me what type of script I need to make and based on that I investigate and learn, I don't ask for the complete script to be made for me
it easy when someone shoot a bullet the bullet touch the car the play sound wait 10 seconds the sounds turn off
man
what type of script
wont tell u shit
if u dont know that
dont start with this and learn basics
and if u want to know what type of script
it can be either
local server module
all depends how your shooting is made and how u want it to look
btw wkizi can u tell me where did u learn the basics i want ur advice cuz i know a lot but i still dont know much needed
That's all I asked for, it wasn't that hard to say, and next time there's no need to speak so aggressively.
and go fuck yourself
for example i learn by applyin new things without help, anyways maxi if u wanna the script i can give u similar script but are i sire tjat os wjat i want?
why did i made all these mistakes
icl i dont remember
ik i spent some time knowing absolutely nothing
with very early days of gpt
then once realized i know whole docs
i just never stopped searching about how everything is made
even these days all i do is spend whole day on docs
reading how stuff is made and optimized
even tho ik whole docs
basically
Thanks, but it's not necessary, I'll learn on my own.
anyways u can be like:
(local bullet = game.replicatedstorage.Bullet:clone()
bullet.touched:Connect(Function(hit)
if hit.parent.Name == "Car" then
hit.parent.carsound:Play()
wait(10)
hit.parent.carsound:Stop()
end
```\
u can use task.wait instead of wait() its back to u
but what did u ask is really easu
i get u i started understand after breaking my fear and trying to really understand it tho i've been scripting for 2-3 years i am still bad at scripting
Thanks, I'm going to guide myself based on that and I'm going to watch some videos of the basics.
np
** You are now Level 3! **
gonna lock in man
i work as programmer now
so like
i never stopped
from when i started
working will get u experience that is good
and u dont even technically need yt tutorialks
i never worked with series
few videos sure just to see how people done certain things
but ye yt videos will definetly help u
but even without them u can easly start
then u either dont understand
or u keep forgetting
yea i learned so much from yt u should see if u wanna know the idea itself but i still find problem with data saving
thx man