Wilson-brb Posted August 8, 2025 Share Posted August 8, 2025 That shoots projectiles , like the fire staff or lunar staff, cant find any tutorial on it Link to comment https://forums.kleientertainment.com/forums/topic/167496-how-do-i-create-a-staff/ Share on other sites More sharing options...
Meepenator Posted August 8, 2025 Share Posted August 8, 2025 Do you already know how to make a regular item? As in a weapon of some sorts? 10 minutes ago, Meepenator said: Do you already know how to make a regular item? As in a weapon of some sorts? If you already do, you can just replace/change to this part of the code in your weapon's prefab files inst:AddComponent("weapon") inst.components.weapon:SetDamage(1) inst.components.weapon:SetRange(8, 10) inst.components.weapon:SetProjectile("fire_projectile") Link to comment https://forums.kleientertainment.com/forums/topic/167496-how-do-i-create-a-staff/#findComment-1831171 Share on other sites More sharing options...
Edible Coal Posted August 9, 2025 Share Posted August 9, 2025 you can refer to the staff items Link to comment https://forums.kleientertainment.com/forums/topic/167496-how-do-i-create-a-staff/#findComment-1831178 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now