Hello, i need help in creating a simple script that allows my character to re-spawn to the start point if it hits a moving option, so die. i have no idea how to do this as im new to scripting i would love some feedback. i have searched the web back could not find any help due to them having errors.
have you character made into a prefab, then make a simple script, which references that prefab, and when your player dies, Instantiate that prefab, using Position and Rotation as parameters to that Instantiate method.
Look into:
Thank you for the feedback it is much appreciated.