#bindable event lack of understanding
1 messages · Page 1 of 1 (latest)
bindable event allows server scripts to communicate with eachother
if u do event:Fire("hello") on one script
then on another
event.Event:Connect(function(variable)
print(variable)
end)
you should get in the output "hello"
StartGame:connect(function lerp(a, b, c)
return a + (b - a) * c
end how can i get this to work
hang on let me get this straight
you know lerp before you know bindable events