Absolute Northy
Polakrit
Bangkok, Krung Thep, Thailand
Currently Offline
Rarest Achievement Showcase
Recent Activity
385 hrs on record
last played on Aug 12
25 hrs on record
last played on Aug 12
66 hrs on record
last played on Aug 12
Jul 4, 2025 @ 3:21pm 
added for trade ^^
May 8, 2025 @ 1:05pm 
+rep incredible accuracy
Apr 30, 2025 @ 11:22am 
Skilled duo
Jun 11, 2022 @ 6:06am 
SHHHHHHHHHHHHHH......
Dec 31, 2020 @ 9:30am 
HAPPY NEW YEAR 2021 Everybody!!!!
Throw out any ♥♥♥♥ from last year away and Get good boys!!!!
Aug 8, 2019 @ 5:00pm 
using UnityEngine;
using System.Collections;
.

public class ExampleClass : MonoBehaviour
{
CharacterController characterController;

public float speed = 6.0f;
public float jumpSpeed = 8.0f;
public float gravity = 20.0f;

private Vector3 moveDirection = Vector3.zero;

void Start()
{
characterController = GetComponent<CharacterController>();
}