Li Pan

E.

I have the power of being able to say “Bruh” every 3 seconds while in a conversation

I like Chocomint ice-cream

-Me
Chocomint Ice Cream - Cooks Network

I’d like to be a Professional GAMER in the future, and to make people pity me and give me money through Twitch.

What I’ve liked the most so far are these few lines of code, they’re able to delete everything I’ve worked for

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Disappear : MonoBehaviour
{
    private void OnTriggerStay2D(Collider2D collision){
        Instantiate(Resources.Load("Particle System 1"), transform.position, Quaternion.identity);
        Destroy(collision.gameObject); 
    }
}

3 thoughts on “Li Pan

Leave a Reply to RickyC Cancel reply

Your email address will not be published. Required fields are marked *