Skip to content

Instantly share code, notes, and snippets.

View HanzCEO's full-sized avatar
🤿
Diving deep

Hanz HanzCEO

🤿
Diving deep
View GitHub Profile
@HanzCEO
HanzCEO / help.gd
Last active January 27, 2022 10:46
3D Sprint Toggle Snippet
# Put this to _process
# How it works:
# v- Press shift v- Release shift
# o------------------o------>
# |--- Run Anim ---|
if Input.is_action_just_pressed("sprint"):
moving.play("sprint_animation")
elif Input.is_action_just_pressed("sprint"):
moving.stop()
@HanzCEO
HanzCEO / renderdistance.lua
Created October 19, 2020 05:25
renderdistance.lua
-- PLACE THIS IN StarterPlayer > StarterCharacterScript
-- AND PLEASE PLACE ALL YOUR THINGS IN "Render" FOLDER IN workspace
--[[
Workspace
|- Camera
|- Terrain
|- Render
|- Part
|- Store
|- Part
@HanzCEO
HanzCEO / sched.py
Created August 14, 2020 00:39
intended to fix https://t.me/ehanaja 's problem so he/she can continue his/her project
from apscheduler.schedulers.blocking import BlockingScheduler
JadwalSholat = {
'Shubuh': {
'idSholat': 1,
'title': 'Shubuh',
'hour': 4,
'minute': 30,
'text': 'Yok sholat shubuh yokkk!!!'