Ответы

Как сделать скрипт что бы он стрелял перед персонажем в роблокс

Щас данный скрипт стреляет в кординаты а как сделать что бы стреляло перед персонажемlocal args = {

game:GetService("Players").LocalPlayer.Character:WaitForChild("Twist of Fate"):WaitForChild("Right Arm"):WaitForChild("gun"),

vector.create(0.9938915967941284, -0.0029501882381737232, -0.11032092571258545)

}

game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Items"):WaitForChild("Twist of Fate"):WaitForChild("Fire"):FireServer(unpack(args))