Absolute Northy
Polakrit
Bangkok, Krung Thep, Thailand
Currently Offline
Rarest Achievement Showcase
Recent Activity
189 hrs on record
last played on 10 Jun
561 hrs on record
last played on 27 May
14.6 hrs on record
last played on 6 May
4 Jul, 2025 @ 3:21pm 
added for trade ^^
8 May, 2025 @ 1:05pm 
+rep incredible accuracy
30 Apr, 2025 @ 11:22am 
Skilled duo
11 Jun, 2022 @ 6:06am 
SHHHHHHHHHHHHHH......
31 Dec, 2020 @ 9:30am 
HAPPY NEW YEAR 2021 Everybody!!!!
Throw out any ♥♥♥♥ from last year away and Get good boys!!!!
8 Aug, 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>();
}